Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
o5t6x7pgljbm
/
public_html
/
storage
/
framework
/
views
/
Filename :
1c4747273270d14a8fb45401f9186c08767ac5bf.php
back
Copy
<!DOCTYPE html> <html class="loading" lang="en" data-textdirection="ltr"> <!-- BEGIN: Head--> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui"> <meta name="description" content=""> <meta name="keywords" content=""> <meta name="author" content=""> <title><?php echo e(Config::get('constants.app.project-title')); ?></title> <meta name="csrf-token" content="<?php echo e(csrf_token()); ?>" /> <link rel="apple-touch-icon" href="<?php echo e(asset('app-assets/images/favicon/app_logo.png')); ?>"> <link rel="shortcut icon" type="image/x-icon" href="<?php echo e(asset('app-assets/images/favicon/app_logo.png')); ?>"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <!-- BEGIN: VENDOR CSS--> <link rel="stylesheet" type="text/css" href="<?php echo e(asset('app-assets/vendors/vendors.min.css')); ?>"> <!-- END: VENDOR CSS--> <!-- BEGIN: Page Level CSS--> <link rel="stylesheet" type="text/css" href="<?php echo e(asset('app-assets/css/themes/vertical-modern-menu-template/materialize.css')); ?>"> <link rel="stylesheet" type="text/css" href="<?php echo e(asset('app-assets/css/themes/vertical-modern-menu-template/style.css')); ?>"> <!-- END: Page Level CSS--> <!-- BEGIN: Custom CSS--> <link rel="stylesheet" type="text/css" href="<?php echo e(asset('app-assets/css/custom/custom.css')); ?>"> <!-- END: Custom CSS--> <!--alerts CSS --> <link href="<?php echo e(asset('app-assets/css/sweetalert.css')); ?>" rel="stylesheet" type="text/css"> <?php echo $__env->yieldContent('pagestylesheet'); ?> <style> .brand-sidebar .logo-wrapper a.brand-logo .img1{ height: 30px; width: 30px; } .brand-sidebar span.logo-text{ position: relative; top: -8px; font-size: large; font-weight: bolder; } .brand-sidebar .logo-wrapper a.navbar-toggler i { line-height: 66px; } </style> </head> <!-- END: Head--> <body class="vertical-layout vertical-menu-collapsible page-header-dark vertical-modern-menu preload-transitions 2-columns" data-open="click" data-menu="vertical-modern-menu" data-col="2-columns"> <!-- BEGIN: Header--> <header class="page-topbar" id="header"> <div class="navbar navbar-fixed"> <nav class="navbar-main navbar-color nav-collapsible sideNav-lock navbar-dark gradient-45deg-indigo-purple no-shadow"> <div class="nav-wrapper"> <!-- <div class="header-search-wrapper hide-on-med-and-down"><i class="material-icons">search</i> <input class="header-search-input z-depth-2" type="text" name="Search" placeholder="Explore Materialize" data-search="template-list"> <ul class="search-list collection display-none"></ul> </div> --> <ul class="navbar-list right"> <li> <a class="waves-effect waves-block waves-light profile-button pt-5" href="javascript:void(0);" data-target="profile-dropdown"> <span class="avatar-online"> <span class="material-icons">account_circle</span> </span> </a> </li> </ul> <!-- notifications-dropdown--> <ul class="dropdown-content" id="notifications-dropdown"> <li> <h6>NOTIFICATIONS<span class="new badge">5</span></h6> </li> <li class="divider"></li> <li> <a class="black-text" href="#!"> <span class="material-icons icon-bg-circle cyan small">add_shopping_cart</span> A new order has been placed! </a> <time class="media-meta grey-text darken-2" datetime="2015-06-12T20:50:48+08:00">2 hours ago</time> </li> </ul> <!-- profile-dropdown--> <ul class="dropdown-content" id="profile-dropdown"> <li> <a class="grey-text text-darken-1" href="<?php echo e(route('profile.index')); ?>"> Profile </a> </li> <li> <a class="grey-text text-darken-1" href="<?php echo e(route('password.index')); ?>"> Change Password </a> </li> <li> <a class="grey-text text-darken-1" href="<?php echo e(route('admin.logout')); ?>"> <i class="material-icons">keyboard_tab</i> Logout </a> </li> </ul> </div> <nav class="display-none search-sm"> <div class="nav-wrapper"> <form id="navbarForm"> <div class="input-field search-input-sm"> <input class="search-box-sm mb-0" type="search" required="" id="search" placeholder="Explore Materialize" data-search="template-list"> <label class="label-icon" for="search"><i class="material-icons search-sm-icon">search</i></label><i class="material-icons search-sm-close">close</i> <ul class="search-list collection search-list-sm display-none"></ul> </div> </form> </div> </nav> </nav> </div> </header> <!-- END: Header--> <!-- BEGIN: SideNav--> <aside class="sidenav-main nav-expanded nav-lock nav-collapsible sidenav-light sidenav-active-square"> <div class="brand-sidebar"> <h1 class="logo-wrapper"> <a class="brand-logo darken-1" href="#"> <img class="hide-on-med-and-down img1" src="<?php echo e(asset('app-assets/images/logo/app_logo.png')); ?>" alt="materialize logo"/> <img class="show-on-medium-and-down hide-on-med-and-up" src="<?php echo e(asset('app-assets/images/logo/app_logo.png')); ?>" alt="materialize logo" /> <span class="logo-text hide-on-med-and-down"><?php echo e(Config::get('constants.app.project-title')); ?></span> </a> <a class="navbar-toggler" href="#"> <i class="material-icons">radio_button_checked</i> </a> </h1> </div> <ul class="sidenav sidenav-collapsible leftside-navigation collapsible sidenav-fixed menu-shadow" id="slide-out" data-menu="menu-navigation" data-collapsible="menu-accordion"> <li class="navigation-header"> <a class="navigation-header-text">Applications</a> <i class="navigation-header-icon material-icons">more_horiz</i> </li> <!-- Dashboard --> <li class="bold"> <a class="waves-effect waves-cyan <?php echo e((Request::route()->getName()=='admin.dashboard') ? 'active' : ''); ?>" href="<?php echo e(route('admin.dashboard')); ?>"> <i class="material-icons">settings_input_svideo</i> <span class="menu-title" data-i18n="Dashboard">Dashboard</span> </a> </li> <!-- Dashboard close--> <li class="bold"> <a class="waves-effect waves-cyan <?php echo e((Request::route()->getName()=='users.index') ? 'active' : ''); ?>" href="<?php echo e(route('users.index')); ?>"> <i class="material-icons">import_contacts</i> <span class="menu-title" data-i18n="User">Users</span> </a> </li> <li class="bold"> <a class="waves-effect waves-cyan <?php echo e((Request::route()->getName()=='products.index') ? 'active' : ''); ?>" href="<?php echo e(route('products.index')); ?>"> <i class="material-icons">import_contacts</i> <span class="menu-title" data-i18n="Product">Products</span> </a> </li> <li class="bold"> <a class="waves-effect waves-cyan <?php echo e((Request::route()->getName()=='product-categories.index') ? 'active' : ''); ?>" href="<?php echo e(route('product-categories.index')); ?>"> <i class="material-icons">import_contacts</i> <span class="menu-title" data-i18n="Product Category">Product Categories</span> </a> </li> <li class="bold"> <a class="waves-effect waves-cyan <?php echo e((Request::route()->getName()=='countries.index') ? 'active' : ''); ?>" href="<?php echo e(route('countries.index')); ?>"> <i class="material-icons">import_contacts</i> <span class="menu-title" data-i18n="Country">Countries</span> </a> </li> <li class="bold"> <a class="waves-effect waves-cyan <?php echo e((Request::route()->getName()=='goals.index') ? 'active' : ''); ?>" href="<?php echo e(route('goals.index')); ?>"> <i class="material-icons">import_contacts</i> <span class="menu-title" data-i18n="Goal">Goals</span> </a> </li> <li class="bold"> <a class="waves-effect waves-cyan <?php echo e((Request::route()->getName()=='groups.index') ? 'active' : ''); ?>" href="<?php echo e(route('groups.index')); ?>"> <i class="material-icons">import_contacts</i> <span class="menu-title" data-i18n="Group">Groups</span> </a> </li> <li class="bold"> <a class="waves-effect waves-cyan <?php echo e((Request::route()->getName()=='tasks.index') ? 'active' : ''); ?>" href="<?php echo e(route('tasks.index')); ?>"> <i class="material-icons">import_contacts</i> <span class="menu-title" data-i18n="Task">Tasks</span> </a> </li> <li class="bold"> <a class="waves-effect waves-cyan <?php echo e((Request::route()->getName()=='colleges.index') ? 'active' : ''); ?>" href="<?php echo e(route('colleges.index')); ?>"> <i class="material-icons">import_contacts</i> <span class="menu-title" data-i18n="College">Colleges</span> </a> </li> <li class="bold"> <a class="waves-effect waves-cyan <?php echo e((Request::route()->getName()=='courses.index') ? 'active' : ''); ?>" href="<?php echo e(route('courses.index')); ?>"> <i class="material-icons">import_contacts</i> <span class="menu-title" data-i18n="Course">Courses</span> </a> </li> </ul> <div class="navigation-background"></div> <a class="sidenav-trigger btn-sidenav-toggle btn-floating btn-medium waves-effect waves-light hide-on-large-only" href="<?php echo e(route('admin.logout')); ?>" data-target="slide-out"> <i class="material-icons">menu</i> </a> </aside> <!-- END: SideNav--> <?php echo $__env->yieldContent('content'); ?> <!-- BEGIN: Footer--> <footer class="page-footer footer footer-static footer-dark gradient-45deg-indigo-purple gradient-shadow navbar-border navbar-shadow"> <div class="footer-copyright"> <div class="container"> <span>© <?php echo e(date('Y')); ?> <a href="#" target="_blank"><?php echo e(Config::get('constants.app.project-title')); ?></a> All rights reserved. </span> <span class="right hide-on-small-only"> Design and Developed by <a href="#"><?php echo e(Config::get('constants.app.project-title')); ?></a> </span> </div> </div> </footer> <!-- END: Footer--> <!-- BEGIN VENDOR JS--> <script src="<?php echo e(asset('app-assets/js/vendors.min.js')); ?>"></script> <!-- BEGIN VENDOR JS--> <!-- BEGIN PAGE VENDOR JS--> <!-- END PAGE VENDOR JS--> <!-- BEGIN THEME JS--> <script src="<?php echo e(asset('app-assets/js/plugins.js')); ?>"></script> <script src="<?php echo e(asset('app-assets/js/search.js')); ?>"></script> <script src="<?php echo e(asset('app-assets/js/custom/custom-script.js')); ?>"></script> <script src="<?php echo e(asset('app-assets/js/scripts/customizer.js')); ?>"></script> <!-- END THEME JS--> <!-- BEGIN PAGE LEVEL JS--> <!-- END PAGE LEVEL JS--> <!-- Sweet-Alert --> <script src="<?php echo e(asset('app-assets/js/sweetalert.min.js')); ?>"></script> <?php echo $__env->yieldContent('pagescript'); ?> </body> </html> <?php /**PATH /home/o5t6x7pgljbm/public_html/resources/views/Admin/layout/main.blade.php ENDPATH**/ ?>